home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / DUPV1.ARJ / DEMO2.BAT < prev    next >
DOS Batch File  |  1991-05-23  |  208b  |  20 lines

  1. if not exist file.lst goto error
  2. cls
  3.  
  4. dup echo y "|" del
  5. dup rd
  6. del data
  7. dir
  8.  
  9.  
  10. goto end
  11. :error
  12. echo off
  13. cls
  14. echo FILE.LST must exist to execute this demo file!
  15. echo  
  16. echo  
  17. echo  
  18. :end
  19.  
  20.